@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Gravitas+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Gravitas+One&family=Gulzar&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


nav{
    width: 100%;
    height: 110px;
display: flex;
justify-content: space-around;

/* background-color:#72726B; */
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.365), rgba(255, 255, 255, 0.655), rgba(0, 0, 0, 0.553)); */
  
}














.navbar-toggle{
    background: transparent;
    padding: 10px;
    border: none;
    cursor: pointer;
    display: none;

}


.navbar-toggle .bar{
    display: block;
    width: 25px;
    height: 3px ;
    margin: 5px auto;
    background-color: white;
    transition: all 0.3s ease-in-out;
}





nav .navbar-menu{
width: 45%;
height: 100%;

display: flex;

justify-content: space-around;
 list-style: none;

align-items: center;
}



nav .navbar-menu li a{
    position: relative;
    padding: 12px;
color: white;
text-decoration: none;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 15px;
}



nav .navbar-menu a::after{
    content: "";
    width: 0;
    height: 2px;
    background-color: #fa1c18;
    position: absolute;
    left:  0;
 bottom:0;
    transition: 0.3s;
  
}


nav .navbar-menu a:hover::after{
 width: 100%;
    
}


nav .logo{
width:30%;
height: 100px;
/* background: linear-gradient(to right, #72726B, rgba(255, 255, 255, 0.655), #72726B); */
display: flex;
flex-direction: column;
/* 
align-items: center; */

color: rgb(255, 255, 255);


/* background-color: white; */
/* clip-path: polygon(0 0, 100% 0, 100% 0, 100% 74%, 70% 100%, 31% 100%, 0 74%, 0 0); */
  font-family: "PT Serif", serif;


}

nav .logo img{
    margin-left: 30px;
}



nav .logo h3{
    font-size: 20px;
     font-weight: 600;
} 



nav .logo a{
      font-size: 20px;
     font-weight: 600;
     text-decoration: none;
     color: white;
}






.hero-section{
    width: 100%;
    height: 120vh;
    background:linear-gradient(rgba(0, 0, 0, 0.708)), url(../assets/WhatsApp\ Image\ 2026-01-22\ at\ 1\,10\,05\ AM-Picsart-AiImageEnhancer.jpeg);
    background-size: cover;
 
    border-radius: 0 0 20% 20%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
}

#red{
    color: #fa1c18;


}

.hero-heading{

    width: 50%;
    height: 40%;
    margin:90px 0 0 0;
    margin: 130px 30px;
   
  
}


.hero-heading #bold{
    font-size: 30px;
      font-family: "Gulzar", serif;
      padding-left: 50px;
}





.hero-heading h1{
    font-size: 60px;
    color: white;
     font-family: "Montserrat", sans-serif;
      line-height: 80px;
      font-weight: 600;
}

.hero-heading p{
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;

}

.services-heading{
    width: 100%;
    height: 40vh;
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.services-heading h2{
    font-size: 40px;
    font-family: "inter",sans-serif;
margin-bottom: 10px;
font-weight: 700;
}

.services-heading p{
    font-family: "inter",sans-serif;
    font-size: 14px;
}


.services{
    width: 100%;
    height: 800vh;

    display: flex;

    justify-content: center;
    background-color:  rgba(128, 128, 128, 0.326);
    align-items: center;
}

.services-inner{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.service{
    width: 100%;
height: 7.4%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

border-radius: 20px ;
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.63);
}


.slider .slide img{
border-radius: 0 100px 0 0;
margin: 10px 0 5px 0;
border: 1px solid grey;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.slider-nav .slide img{
    border: 1px solid grey;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}




.container{
    position: relative;
}

.slider{
    
    width: 300px;
}

.text{
    width: 320px;
    
    height: 200px;
    right: 50px;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
}

.text h4{
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "inter",sans-serif;
    text-align: center;
    color: rgb(48, 47, 47);
}



.text h4::before{
    content: "";
    width: 1px;
    height: 100px;
    background:linear-gradient(to top,#fa1c18,#fa1c1810);
    position: absolute;
    bottom: 0;
    right: 0;
    
    
    
}

.text h4::after{
    content: "";
    width: 200px;
     height: 1px;
     position: absolute;
     bottom: 0;
right: 0;
 background:linear-gradient(to left,#fa1c18,#fa1c180f);

}







.text h5{
    font-size: 25px;
    font-family:"gulzar",serif;
}

.slider-nav .slide img{
    border-radius: 5px;
}













.footer{
    width: 100%;
    height: 115vh;
    background-color:rgba(0, 0, 0, 0.699) ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-inner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


  
}

.left-footer{
    width: 30%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.right-footer{
    width: 60%;
    height: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-logo h3{
font-size: 17px;
font-weight: 600;
color: white;
  font-family: "PT Serif", serif;
}
.left-footer-text p{
    font-size: 13px;
    line-height: 20px;
    font-family: "inter", sans-serif;
    color: white;
}




.sites{
    display: flex;
    font-size: 15px;
    justify-content: space-evenly;

}

.sites a{

color: white;
background-color: #b60300;
border-radius: 50%;
padding: 10px 13px;
}


.sites a:hover{
background-color: white;
color: #b60300;
transition: 0.2s ease-in-out;
}


.right-footer-links{
    width: 30%;
    height: 80%;

}

.right-footer-links ul{
    list-style: none;
    padding: 0;

}

.right-footer-links ul li{
margin-top: 8px;
font-size: 15px ;

font-family: "inter",sans-serif;
}

.right-footer-links ul li a{
    color: white;
text-decoration: none;
display: block;
}











.right-footer-services{
    width: 65%;
    height:80%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    

}

.right-footer-links .heading{
height: 15%;
}

.right-footer-links .heading h3{
        color: white;
    font-family: "inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
}





.right-footer-services .heading{
    width: 100%;
    height: 15%;
    text-align: center;
    display: flex;

}


.right-footer-services .heading span{
    width: 50%;
text-align: start;
}

.right-footer-services .heading h3{
    color: white;
    font-size: 20px;
    font-family: "inter", sans-serif;
    font-weight: 700;
}


.services1{
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: space-evenly;
}
.services-links{

    width: 50%;
    height: 100%;
}



.services-links ul{
    list-style: none;
    padding: 0;
  
}

.services-links ul li{
    margin-top: 8px;
    font-size: 14px;
    font-family: "inter", sans-serif;
  
}


.services-links ul li a{
    color: white;
    text-decoration: none;
    display: block;
}







.card-img{
    height: 20%;
  position: relative;

}

.card-img .img{
    width: 20%;
    height: 95%;
    background: url(../assets/card1-Picsart-AiImageEnhancer.jpeg);
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 10px;
  right: 250px;
     position: absolute;
     top: -80px;

}




.links-footer{
    height: 60%;
    width: 90%;

    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contact-footer{
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0.699) ;
    display: flex;
}
.address{
    width: 35%;
    height: 100%;
    border-right: 1px solid white ;
        border-bottom: 1px solid white ;
        display: flex;
        justify-content: end;
}
.email{
    width: 35%;
    height: 100%;
       border-bottom: 1px solid white ;
           display: flex;
        justify-content: end;
}
.number{
    width: 35%;
    height: 100%;
       border-bottom: 1px solid white ;
          border-left: 1px solid white ;
              display: flex;
        justify-content: end;
}

.address-logo{
width: 20%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color:#b60300;
font-size: 22px;



}
.address-logo i{
    background-color:white;
    border-radius: 50%;
    padding: 15px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.email-logo{
width: 20%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color:#b60300;
font-size: 22px;



}
.email-logo i{
    background-color:white;
    border-radius: 50%;
    padding: 15px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}





.number-logo{
width: 20%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color:#b60300;
font-size: 22px;



}
.number-logo i{
    background-color:white;
    border-radius: 50%;
    padding: 15px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}














.address-text{
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
color: white;

}

.email-text{
    width: 65%;
    height: 100%;
    display: flex;
    color: white;
      justify-content: center;
    flex-direction: column;

}

.number-text{
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
      justify-content: center;
    color: white;

}

.address-text h4{
    font-size: 16px;
    font-weight: 600;
    font-family:"inter", sans-serif;
    margin-bottom: 8px;
}

.address-text h5{
    font-size: 12px;
     font-family:"inter", sans-serif;
    font-weight: 500;
    line-height: 16px;
}

.email-text h4{
    font-size: 16px;
    font-weight: 600;
    font-family:"inter", sans-serif;
    margin-bottom: 8px;
}

.email-text h5{
    font-size: 12px;
       font-family:"inter", sans-serif;
    font-weight: 500;
}



.number-text h4{
  font-size: 16px;
    font-weight: 600;
    font-family:"inter", sans-serif;
    margin-bottom: 8px;
}

.number-text h5{
    font-size: 12px;
         font-family:"inter", sans-serif;
    font-weight: 500;
    
}











.card-img{
    width: 100%;
    height: 20%;
  position: relative;

}

.card-img .img{
    width: 20%;
    height: 95%;
    background: url(../assets/card1-Picsart-AiImageEnhancer.jpeg);
    background-size: cover;
    background-position: 100% 100%;
    border-radius: 10px;
  right: 250px;
     position: absolute;
     top: -80px;

}



















@media (min-width:320px) and (max-width:480px) {








    nav{
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
        height: 80px;
        display: flex;
        align-items: center;
      
    }



nav .logo{

height: 80%;
display: flex;
flex-direction: column;
align-items: center;
   
 
}

nav .navbar-menu{
position:absolute;
top: 0;
right: 0;
bottom: 0;

display: none;
z-index: 100;
overflow-y: auto;

    width: 320px;
    height: 100vh;
    
 
 flex-direction: column;
 background-color: rgba(0, 0, 0, 0.756);
    backdrop-filter: blur(10px);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar-toggle{
    display: block;

    z-index: 999;

    right: 15px;
   

}


nav .navbar-menu li a{
display: block;

width: 120px;

margin-top: 60px;
   



}




.navbar-menu.active{
    display: block;
    position: fixed;
  padding-left: 32px;
    top: 0;
    bottom: 0;
   

}


.navbar-toggle.active .bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggle.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}






nav .logo img{
    width: 80%;
    height:80%;
    margin: 0;
}


nav .logo h3{
    font-size: 9px;
    text-align: center;
}




.hero-section{
    height: 70vh;
    border-radius:0;
    background-size: cover;
    background-position: 60% 100%;
    display: block;
    box-shadow: none;
    background-color: aqua;
    
 
}


.hero-heading{
   width: 90%;
   height: 50%;
   margin: 0;

 
    margin: 100px auto;

}

.hero-heading h1{
    font-size: 40px;
    text-align: center;
    line-height: 50px;
}

.hero-heading p{
    text-align: center;
}

.hero-heading #bold{
    font-size: 20px;
    padding: 0;
}


















.footer{
    overflow: hidden;
    height: 110vh;
}





.links-footer{
    display: flex;
   flex-direction: column;
   justify-content:space-between ;
}

.left-footer{
    width: 100%;
    height: 50%;
  
    align-items: center;
  
}

.footer-logo{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.left-footer-text p{
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}



.left-footer .footer-logo img{
width: 110px;
}


.sites{
    font-size: 14px;
    width: 90%;
    margin: 0;

}


.right-footer{
    width: 100%;
    height: 40%;
  
  
}
.right-footer-links{
  width: 25%;
    height: 100%;


}

.right-footer-services{
width: 75%;
    height: 100%;
  
}
.right-footer-links .heading h3{
    font-size: 18px;
    font-weight: 800;
 }



 .right-footer-services .heading h3{
    font-size: 18px;
    font-weight: 800;
 }


 .right-footer-links ul li{
    font-size: 12px;
 }



  .right-footer-services ul li{
    font-size: 12px;
    
 }


 .right-footer-services .services{
    justify-content: space-between;

 }

 .services-links{
    width: 46%;
 }
 

 .contact-footer{
    height: 16%;
 }

 .contact-footer .address{
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
 }


 .address-logo{
    width: 100%;
    height: 20%;
    font-size: 15px;
  
 }

.address-logo i{
    padding: 10px 18px; 
}


.address-text{
    width: 80%;
    height: 50%;
  gap: 10px;
    align-items: center;
   
  
}


.address-text h5{
    margin: 0;
    font-size: 9px;
    text-align: center;
}

.address-text h4{
    margin: 0;
}


.address-logo i{
   margin: 0;
}






 .contact-footer .email{
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  
    
    

 }


 .email-logo{
    width: 100%;
    height: 20%;
    font-size: 15px;
  
 }

.email-logo i{
    padding: 10px 18px; 
}


.email-text{
    width: 80%;

    text-align: center;
word-break: break-all;
gap: 15px;
    height: 55%;
   

    align-items: center;
    justify-content: flex-start;
  
}


.email-text h5{
    margin: 0;
    font-size: 9px;

}

.email-text h4{
    margin: 0;
    font-weight: 700;
}


.email-logo i{
   margin: 0;
}





 .contact-footer .number{
    flex-direction: column;
    justify-content: space-evenly;
 }


 .number-logo{
    width: 100%;
    height: 20%;
    font-size: 15px;
  
 }

.number-logo i{
    padding: 10px 18px; 
}


.number-text{
    width: 100%;
    flex-wrap: wrap;
  height: 55%;

gap: 10px;


    align-items: center;
    justify-content: flex-start;
  
}


.number-text h5{
    margin: 0;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
}

.number-text h4{
    margin: 0;
    font-size: 16px;
}


.number-logo i{
   margin: 0;
}

.services-heading{
    width: 90%;
    margin: 0 auto;
    height: 30vh;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.services-heading h2{
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.services-heading h2::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fa1c18;
    position: absolute;
    top: -2px;
}

.services-heading p{
    font-size: 12px;
    text-align: center;
    line-height: 20px;
   
    
}

.services-inner{
    width: 90%;
}

.service{
    position: relative;
}


.text{
    width:auto;
    height: 80px;
margin:0 15px ;
    top: -80px;
    left: 0;
    right: 0;
}



.text h4::before{

height: 80px;
 
}





.text h4{
    font-size: 18px;
}


.text h5{
    font-size: 14px;
}





.container{
    height: 80%;
    display: flex;
    flex-direction: column;
  justify-content: space-between;
    position: absolute;
    bottom: 0;
  
}

.slider{
    height: 70%;
}

.slider-nav{
    height: 25%;
}

.card-img{
    height: 15%;
}




.card-img .img{
right: 75px;
bottom: 0;
top: 40px;
width: 60%;
height: 90%;
}





}





@media (min-width:481px) and (max-width:768px){
    


    nav{
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
        height: 80px;
        display: flex;
        align-items: center;
      
    }



nav .logo{
width: 25%;
height: 80%;
display: flex;
flex-direction: column;
align-items: center;
   
 
}

nav .navbar-menu{
position:absolute;
top: 0;
right: 0;
bottom: 0;

display: none;
z-index: 100;
overflow-y: auto;

    width: 320px;
    height: 100vh;
    
 
 flex-direction: column;
 background-color: rgba(0, 0, 0, 0.756);
    backdrop-filter: blur(10px);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.navbar-toggle{
    display: block;

    z-index: 999;

    right: 15px;
   

}


nav .navbar-menu li a{
display: block;

width: 120px;

margin-top: 60px;
   



}




.navbar-menu.active{
    display: block;
    position: fixed;
 padding-left: 32px;
    top: 0;
    bottom: 0;
   

}


.navbar-toggle.active .bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggle.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
}






nav .logo img{
    width: 80%;
    height:80%;
    margin: 0;
}


nav .logo h3{
    font-size: 9px;
    text-align: center;
}

.about-inner{
    flex-direction: column;
}


.number-text h4{
    font-size: 10px;
}


.number-text h5{
    font-size: 10px;
}

.hero-section{
    height: 70vh;
    border-radius:0;
    background-size: cover;
    background-position: 60% 100%;
    display: block;
    box-shadow: none;
    background-color: aqua;
    
 
}



.hero-heading{
   width: 90%;
   height: 50%;
   margin: 0;

 
    margin: 100px auto;
}
.hero-heading h1{
    font-size: 40px;
    text-align: center;
    line-height: 50px;
}

.hero-heading p{
    text-align: center;
}

.hero-heading #bold{
    font-size: 20px;
    padding: 0;
}





.services-heading h2{
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.services-heading h2::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fa1c18;
    position: absolute;
    top: -2px;
}

.services-heading p{
    font-size: 12px;
    text-align: center;
    line-height: 20px;
   
    
}

.services-inner{
    width: 85%;
}

.service{
    position: relative;
}


.text{
    width:auto;
    height: 80px;
margin:0 15px ;
    top: -80px;
    left: 0;
    right: 0;
}



.text h4::before{

height: 80px;
 
}





.text h4{
    font-size: 19px;
}


.text h5{
    font-size: 16px;
}





.container{
    height: 75%;
    display: flex;
    flex-direction: column;
  justify-content: space-between;
    position: absolute;
    bottom: 0;
  
}

.slider{
    height: 70%;
}

.slider-nav{
    height: 25%;
}




 .contact-footer{
    height: 16%;
 }

 .contact-footer .address{
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
 }


 .address-logo{
    width: 100%;
    height: 20%;
    font-size: 15px;
  
 }

.address-logo i{
    padding: 10px 18px; 
}


.address-text{
    width: 80%;
    height: 40%;
  gap: 10px;
    align-items: center;
   
  
}


.address-text h5{
    margin: 0;
    font-size: 9px;
    text-align: center;
}

.address-text h4{
    margin: 0;
}


.address-logo i{
   margin: 0;
}






 .contact-footer .email{
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  
    
    

 }


 .email-logo{
    width: 100%;
    height: 20%;
    font-size: 15px;
  
 }

.email-logo i{
    padding: 10px 18px; 
}


.email-text{
    width: 80%;

    text-align: center;
word-break: break-all;
gap: 15px;
    height: 45%;
   

    align-items: center;
    justify-content: flex-start;
  
}


.email-text h5{
    margin: 0;
    font-size: 9px;

}

.email-text h4{
    margin: 0;
    font-weight: 700;
}


.email-logo i{
   margin: 0;
}





 .contact-footer .number{
    flex-direction: column;
    justify-content: space-evenly;
 }


 .number-logo{
    width: 100%;
    height: 20%;
    font-size: 15px;
  
 }

.number-logo i{
    padding: 10px 18px; 
}


.number-text{
    width: 100%;
    flex-wrap: wrap;
  height: 45%;

gap: 10px;


    align-items: center;
    justify-content: flex-start;
  
}


.number-text h5{
    margin: 0;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
}

.number-text h4{
    margin: 0;
    font-size: 16px;
}


.number-logo i{
   margin: 0;
}



.footer{
    overflow: hidden;
    height: 90vh;
}





.links-footer{
    height: 80%;
    display: flex;
   flex-direction: column;
   justify-content:space-evenly ;
}

.left-footer{
    width: 100%;
    height: 50%;
  
    align-items: center;
  
}

.footer-logo{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.left-footer-text p{
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}



.left-footer .footer-logo img{
width: 110px;
}


.sites{
    font-size: 14px;
    width: 90%;
    margin: 0;

}


.right-footer{
    width: 90%;
    height: 40%;
  
  
}
.right-footer-links{
  width: 20%;
    height: 100%;


}

.right-footer-services{
width: 80%;
    height: 100%;
  
}
.right-footer-links .heading h3{
    font-size: 18px;
    font-weight: 800;
 }



 .right-footer-services .heading h3{
    font-size: 18px;
    font-weight: 800;
 }


 .right-footer-links ul li{
    font-size: 12px;
 }



  .right-footer-services ul li{
    font-size: 12px;
    
 }


 .right-footer-services .services{
    justify-content: space-between;

 }

 .services-links{
    width: 48%;
 }
 
.left-footer{
    width: 80%;
}

.card-img{
    display: none;
}



}


@media (min-width:769px) and (max-width:1024px) {
    


nav .logo{
width: 20%;
height: 70%;
display: flex;
flex-direction: column;
align-items: center;



}


nav{
    align-items: center;
}

nav .logo img{
    width: 80%;
    height:80%;
    margin: 0;
}


nav .logo h3{
    font-size: 12px;
    text-align: center;
}

 nav .navbar-menu{
    margin: 0;
  width: 50%;
}

.hero-heading{
    width: 70%;
}

.hero-section{
    background-position:40% 100%;
    height: 90vh;
    border-radius: 0;
}

.services-heading h2{
    font-size: 30px;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.services-heading h2::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fa1c18;
    position: absolute;
    top: -2px;
}


.services{
    height: 740vh;
}


.service{
    
    position: relative;
}


.text{
    width:auto;
    height: 80px;
margin:0 15px ;
    top: -80px;
    left: 0;
    right: 0;
}



.text h4::before{

height: 80px;
 
}





.text h4{
    font-size: 19px;
}


.text h5{
    font-size: 16px;
}





.container{
    height: 75%;
    display: flex;
    flex-direction: column;
  justify-content: space-between;
    position: absolute;
    bottom: 0;
  
}

.slider{
    height: 70%;
}

.slider-nav{
    height: 25%;
}






.footer-inner{
    width: 100%;
}

.links-footer{
    width: 95%;
    height: 80%;
}


.left-footer{
    width: 38%;
}

.right-footer{
    width: 55%;
}

.address{
    display: flex;
    justify-content: space-evenly;
}




.email{
    display: flex;
    justify-content: space-evenly;
}


.number{
    display: flex;
    justify-content: space-evenly;
}









.address-text{
    width: 65%;

}

.address-logo{
    width: 20%;
}


.number-text{
    width: 65%;

}

.number-logo{
    width: 20%;
}

.email-text{
    width: 65%;
    word-break: break-all;

}

.email-logo{
    width: 20%;
}




.card-img{
    display: none;
}

.footer{
    height: 90vh;
}


}


